Fix some issues with some combinations of inline-selection and
authorMatthias Clasen <mclasen@redhat.com>
Mon, 16 Jul 2007 16:43:54 +0000 (16:43 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 16 Jul 2007 16:43:54 +0000 (16:43 +0000)
commit20580e491e58c770fdfa5a2a3a9abfd8e6208641
treef97221f47cef8c4d106038ea1b23d098d01b26bb
parent50a0d3b8eb9f7a4810606d365a9d8e010dcb17b4
Fix some issues with some combinations of inline-selection and

2007-07-16  Matthias Clasen <mclasen@redhat.com>

        Fix some issues with some combinations of inline-selection
        and inline-completion.  (#457384, Christian Persch)

        * gtk/gtkentry.c (gtk_entry_completion_key_press): Don't store
        the completion_prefix here, and be careful when using
        completion_prefix, because it may be NULL.
        * gtk/gtkentrycompletion.c (gtk_entry_completion_finalize):
        Free completion_prefix here.
        * gtk/gtkentrycompletion.c (gtk_entry_completion_real_insert_prefix):
        (gtk_entry_completion_insert_completion_text): Store the
        completion_prefix here.

svn path=/trunk/; revision=18479
ChangeLog
gtk/gtkentry.c
gtk/gtkentrycompletion.c